home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
pulsaxfrag.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
950b
|
42 lines
// defines the fragmented pulsax turret
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_pulsaxFRAG_GSH
#define INCLUDED_pulsaxFRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_pulsaxFrag
{
file "units\pulsaxfrag.rif"
name "pulsaxfrag"
hotspot none
}
role Rol_pulsaxFrag : Rol_FragObject
{
shape Hcy_pulsaxFrag
identifier "pulsaxfrag"
}
frag data Frg_pulsax
{
role Rol_pulsaxFrag
scale 6
replace yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_pulsaxFRAG_GSH